_MM_DRIVER_VERIFIER_DATA

//0xa0 bytes (sizeof) struct _MM_DRIVER_VERIFIER_DATA { volatile ULONG Level; //0x0 volatile ULONG RaiseIrqls; //0x4 volatile ULONG AcquireSpinLocks; //0x8 volatile ULONG SynchronizeExecutions; //0xc volatile ULONG AllocationsAttempted; //0x10 volatile ULONG AllocationsSucceeded; //0x14 volatile ULONG AllocationsSucceededSpecialPool; //0x18 volatile ULONG AllocationsWithNoTag; //0x1c volatile ULONG TrimRequests; //0x20 volatile ULONG Trims; //0x24 volatile ULONG AllocationsFailed; //0x28 volatile ULONG AllocationsFailedDeliberately; //0x2c volatile ULONG Loads; //0x30 volatile ULONG Unloads; //0x34 volatile ULONG UnTrackedPool; //0x38 volatile ULONG UserTrims; //0x3c volatile ULONG CurrentPagedPoolAllocations; //0x40 volatile ULONG CurrentNonPagedPoolAllocations; //0x44 volatile ULONG PeakPagedPoolAllocations; //0x48 volatile ULONG PeakNonPagedPoolAllocations; //0x4c volatile ULONGLONG PagedBytes; //0x50 volatile ULONGLONG NonPagedBytes; //0x58 volatile ULONGLONG PeakPagedBytes; //0x60 volatile ULONGLONG PeakNonPagedBytes; //0x68 volatile ULONG BurstAllocationsFailedDeliberately; //0x70 volatile ULONG SessionTrims; //0x74 volatile ULONG OptionChanges; //0x78 volatile ULONG VerifyMode; //0x7c struct _UNICODE_STRING PreviousBucketName; //0x80 volatile ULONG ActivityCounter; //0x90 volatile ULONG PreviousActivityCounter; //0x94 volatile ULONG WorkerTrimRequests; //0x98 };